Home/Database/Introduction to SQL

Introduction to SQL MCQs

73 questionsDatabasePage 1 of 9

Practice free Introduction to SQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 73 questions — no login required.

Question 1easy
You can add a row using SQL in a database with which of the following?
Question 2easy
The command to remove rows from a table 'CUSTOMER' is:
Question 3easy
The SQL WHERE clause:
Advertisement
Question 4easy
Which of the following is the original purpose of SQL?
Question 5easy
The wildcard in a WHERE clause is useful when?
Question 6easy
A view is which of the following?
Advertisement
Question 7easy
The command to eliminate a table from a database is:
Question 8easy
ON UPDATE CASCADE ensures which of the following?
Question 9easy
SQL data definition commands make up a(n) ________ .